home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / disk / recfilsh.zip / SAVEB.BAT < prev    next >
DOS Batch File  |  1995-11-08  |  418b  |  30 lines

  1.  
  2. ECHO OFF
  3. CLS
  4. ECHO.
  5. ECHO.
  6. ECHO.
  7. ECHO.
  8. ECHO.
  9. ECHO  Insert the disk in the B drive, that you wish to use for saving records!
  10. ECHO.
  11. ECHO  and then:
  12. pause
  13. COPY MESSAGE.REC B:\
  14. CLS
  15. echo.
  16. echo.
  17. echo.
  18. echo.
  19. echo.
  20. echo              Your records have all been saved  
  21. echo.
  22. ECHO  Now remove the disk containing your saved records, and
  23. ECHO  keep it in a safe place.
  24. ECHO.
  25. ECHO  And then: 
  26. PAUSE
  27.  
  28.  
  29.  
  30.